cURL
Contacts
Delete contact by ID
Delete a contact by its unique identifier (UID). This performs a soft delete by setting the deleted_at timestamp.
DELETE
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Your account ID
Path Parameters
Contact unique identifier
Response
Contact successfully deleted
Example:
"ok"